Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
INSTALL_DATA = $(INSTALL) -m0644
INSTALL_DIR = $(INSTALL) -d -m0755
-MAJOR = 2.0
+MAJOR = 3.0
MINOR = 0
- LIB_NAME = libxc
- SONAME = $(LIB_NAME).so.$(MAJOR)
CC = gcc
CFLAGS += -Wp,-MD,.$(@F).d
DEPS = .*.d
-MAJOR := 2.0
+MAJOR := 3.0
MINOR := 0
- LIB_NAME := libxutil
- SO_NAME := $(LIB_NAME).so.$(MAJOR)
- LIB := $(LIB_NAME).so
- LIB += $(LIB_NAME).so.$(MAJOR)
- LIB += $(LIB_NAME).so.$(MAJOR).$(MINOR)
- LIB += $(LIB_NAME).a
+ LIB := libxutil.so
+ LIB += libxutil.so.$(MAJOR)
+ LIB += libxutil.so.$(MAJOR).$(MINOR)
+ LIB += libxutil.a
all: check-for-zlib
$(MAKE) $(LIB)